home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000332_news@columbia.edu _Thu Dec 9 03:04:41 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id DAA13090
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 9 Dec 1999 03:04:40 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id CAA23742
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 9 Dec 1999 02:42:55 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. Date: Wed, 8 Dec 1999 23:42:54 -0700 
  10. From: <Use-Author-Address-Header@[127.1]>
  11. Message-ID: <TCPSMTP.19.12.8.-9.42.54.2375661496.5937787@kincyb.com>
  12. Subject: Re: screen  / kermit notes
  13. Organization: mail2news@nym.alias.net
  14. To: kermit.misc@columbia.edu
  15.  
  16.  
  17. (sent to comp.protocols.kermit.misc,
  18. discuss@plug.phoenix.az.us)
  19.  
  20. I wanted to correct the below mistake, and appologize for
  21. the rambling nature of my post, it was getting late:
  22.  
  23.  
  24. $screen
  25. $^A ^C      # activating ttya1
  26. $^A ^C      # activating ttya2
  27. $^A  1      # go to console #1 (ttya1)
  28.  
  29. Should read:
  30.  
  31. $screen
  32. $^A  C      # activating ttya1
  33. $^A  C      # activating ttya2
  34. $^A  1      # go to console #1 (ttya1)
  35.  
  36.  
  37. Regards, Dallas E. Legan 
  38.          dallasii
  39.                  @
  40.                   kincyb
  41.                         .
  42.                           com
  43.          leganii
  44.                 @
  45.                  surfree
  46.                         .
  47.                          com
  48.  
  49.